home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / amos / amoslist-0195.lzh / AMOSLIST / text0230.txt < prev    next >
Encoding:
Text File  |  1995-02-01  |  734 b   |  21 lines

  1.  
  2.  
  3. > Does anyone have any fast procedures to convert 3 dimentional points into 
  4. > a 2d screen perspective? I tried a few out of books I have, but they are 
  5. > slightly deformed. Also, how about hidden-line removal? Is anything like 
  6. > this available?
  7. > Thanx
  8.  
  9. Well, my procedure do this.
  10. What do you mean by slightly deformed? Does all the points respect their 
  11. position? I mean, if you draw a cube, it is a cube which is slighly 
  12. enlarged when it comes close to the screen?
  13. If it's so you have simply to change the Z axes coordinates (those which 
  14. describe the distance from you and the object). Try dividing them for 10, 
  15. 20... till your object looks good. Remember that perspective imply 
  16. objects looking small at distance.
  17.  
  18. M&F
  19.  
  20.